Command Reference \ ListView Commands

addListViewItem
Adds an item to a listview gadget.
addListViewColumn
Adds a column to a listview in report (table) mode.
removeListViewItem
Removes an item from a listview
setListViewItemText
Sets the text of a listview item, or
getListViewColumnWidth
Retrieves the width of a column in a listview.
getListViewItemText
Gets the text of a listview item.
getListViewItemCount
Counts the number of items in a listview.
listViewItemFromPoint
Retrieves the index of the item at the specified co-ordinates.
listViewItemX
Retrieves the X co-ordinate of a listview item.
listViewItemY
Retrieves the Y co-ordinate of a listview item.
listViewSubItemFromPoint
Retrieves the index of the subitem at the specified co-ordinates.
selectListViewItem
Selects an item in a listview gadget.
selectedListViewItem
Returns the index of the currently selected item in a listview gadget.
setListViewColumnWidth
Sets the width of a listview column.
setListViewImageList
Associates an image list containing icons with a listview.
setListViewStyle
Sets whether the listview displays its contents in icon, list or table format.